USE F90_STAT
INTEGER,PARAMETER :: STAT_ALREADY_ALLOCATEDAn allocatable variable in an ALLOCATE statement is already currently allocated.
INTEGER,PARAMETER :: STAT_NO_MEMORYInsufficient free memory available to satisfy the requested allocation.
INTEGER,PARAMETER :: STAT_NOT_ALLOCATEDAn allocatable variable in a DEALLOCATE statement is not currently allocated.
INTEGER,PARAMETER :: STAT_NOT_ASSOCIATEDA pointer in a DEALLOCATE statement is disassociated.
INTEGER,PARAMETER :: STAT_POINTER_UNDEFINEDA pointer in a DEALLOCATE statement is undefined. (This value is never returned to the user program, which is always immediately terminated if the use of an undefined pointer is detected.)
INTEGER,PARAMETER :: STAT_WRONG_COLOURA pointer in a DEALLOCATE statement is associated with a target that was not created by pointer allocation.
The source code for this module may be found in the NAGWare library directory (usually /usr/local/NAGWare).
f95(1), nag_modules(3).
Please report any bugs found to "support@nag.co.uk" or "infodesk@nag.com", along with any suggestions for improvements.